hepple.postag
Class entry

java.lang.Object
  extended by hepple.postag.entry

public class entry
extends java.lang.Object


Constructor Summary
entry(java.lang.String lemma)
           
 
Method Summary
 void addCategory(java.lang.String category)
           
 java.util.ArrayList<java.lang.String> getCategories()
           
 java.lang.String getLemma()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

entry

public entry(java.lang.String lemma)
Method Detail

addCategory

public void addCategory(java.lang.String category)

getLemma

public java.lang.String getLemma()
Returns:
the lemma

getCategories

public java.util.ArrayList<java.lang.String> getCategories()
Returns:
the categories